home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 August
/
Chip_1999-08_cd.bin
/
sharewar
/
htmltool
/
_SETUP.1
/
Entering Confirmation.scp
< prev
next >
Wrap
Text File
|
1998-04-12
|
431b
|
14 lines
<HTMLtool>Asks the visitor whether to enter the page or to stay out</HTMLtool>
<!-- This script allows the user confirm entering the page -->
<SCRIPT LANGUAGE="JavaScript">
<!--
function Info()
{
if (!confirm("You are about to enter a site of extreme coolness. Press <OK> to enter. Press <Cancel> if you want to go to somewhere less exciting."))
history.go(-1);return " "
}
document.writeln(Info())
-->
</SCRIPT>